Click or drag to resize

ClientAccessTokenRequest Constructor (String, ClientAccessTokenType)

Initializes a new instance of the ClientAccessTokenRequest class

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ClientAccessTokenRequest(
	string id,
	ClientAccessTokenType type
)

Parameters

id
Type: SystemString
type
Type: Independentsoft.ExchangeClientAccessTokenType
See Also